Welcome![Sign In][Sign Up]
Location:
Search - client server

Search list

[Other resourceserver

Description: j2me is based on j2mepolish, client & server for mobile application. server part
Platform: | Size: 1051231 | Author: thanh dao | Hits:

[WinSock-NDISTCP-server-client

Description: 在服务端运行tcp.exe, 在另一台与之在同一network的客户端上运行tcplnk.exe, 规定相同的port, 在服务端上begin, 在客户端上输入服务器的IP地址,connect, 客户端上编辑框中的字符便可send到客户端的编辑框中。-on the server running tcp.exe, another in the same network with the client running on tcplnk.exe require the same port, on the server begin, the client server on the importation of the IP address, connect, the client on the edit box of the characters can send to the client the editorial box.
Platform: | Size: 74627 | Author: 叶舟 | Hits:

[WinSock-NDISCLIENT-SERVER1101

Description: 客户机/服务器模型是为了解决通信中的聚合问题。如果不采用客户机/服务器模型很难实现正常的通信,只有在一方作为服务器采用被动方式,始终等待对方与其通信;另一方作为客户机采用主动通信的方式,主动发起通信过程,才能最终完成通信。-client / server model is to solve the communication problems polymerization. If we do not use the client / server model is very difficult to achieve normal communications, as one of only a passive server, which has been waiting for communication with the other side; The other client as an active communication, initiate the communication process can be finalized communications.
Platform: | Size: 16915 | Author: 问题 | Hits:

[WinSock-NDISServer&Client

Description: 简单的客户端服务器程序,java编写,功能十分简单-simple client-server process, the preparation of java, a very simple function
Platform: | Size: 5635 | Author: 晓军 | Hits:

[CSharpC# Socket通信Server小程序

Description: 同Client配套
Platform: | Size: 37064 | Author: 812187794@qq.com | Hits:

[SourceCodechatroom

Description: 聊天程序server端和client端 demo-Client and server chat program client-side demo
Platform: | Size: 3072 | Author: | Hits:

[Email ClientMyMail

Description: SMTP客户端(服务器需认证)-SMTP client (server authentication required)
Platform: | Size: 43008 | Author: 杨勇 | Hits:

[Linux-Unixlcddriver-0.0.2.tar

Description: linux client/server based LCD Driver for HD44780
Platform: | Size: 35840 | Author: 毛毛 | Hits:

[ApplicationsVisual C++ OPC Client Example

Description: OPC客户端示例,用于连接OPC服务器。OPC是基于组件技术的工业自动化控制软件接口。-OPC client example, used to connect OPC server. OPC is based on the technical components of industrial automation control software interface.
Platform: | Size: 351232 | Author: 李晓光 | Hits:

[TCP/IP stackTCP Web Server

Description: 模拟TCP协议建立一个web服务器,通过把数据装入TCP套接字,可以向客户端发送.html, .jpg, .jif等格式的文件。-simulated TCP establish a web server, data loading TCP socket, can be sent to the client. Html. Jpg,. Jif format documents.
Platform: | Size: 8192 | Author: 木头 | Hits:

[JSP/JavaChat-Java

Description: 一个用Java编写的聊天程序,包含源代码(有详细注释),说明文件和编译后的服务器端/客户端class文件-a Java prepared by the chat program includes source code (detailed notes), and compilers note after the server/client class document
Platform: | Size: 6144 | Author: 包包 | Hits:

[Internet-NetworkWSAsocket-server,client

Description: 简单的聊天程序,有服务器端和客户端,用异步SOCKET实现-simple chat program, a server and client, using asynchronous achieve SOCKET
Platform: | Size: 121856 | Author: 高海辉 | Hits:

[Ftp Clientsummer

Description: ftp client and server
Platform: | Size: 6144 | Author: 孙志佳 | Hits:

[ICQ-IM-Chatjbu-chat

Description: JBuiler制作聊天程序(包括客户端,服务端,RMI文档及远程接口) -JBuiler production (including client, server, RMI files and remote interface)
Platform: | Size: 5120 | Author: 曾石 | Hits:

[Remote Controlremotecontrolserver

Description: /*****远程控制服务器端源代码 本代码的作用和他的那段代码有些类似之处。 不过主要作用是接受并执行客户端的指令 实现起来比他的繁琐一些。 实现功能如下: 从配置文件中读取配置端口和用户名和密码 限制登录ip和登录连接数 可选择采用SSL通讯或者明文通信 接受客户端之类指令。 执行系统命令或者传送文件。-/***** remote control server source code of the role and his code during some similarities. However, the main role is to accept and implement the client's instructions to achieve together than some of the red tape. To achieve the following functions : configuration file read-port configuration and user names and passwords and restrict logged ip logged connections choice of SSL communication expressly or client communications accept such orders. Order Execution System, or the transmission of documents.
Platform: | Size: 7168 | Author: 李欣 | Hits:

[Internet-NetworkCLIENT-SERVER1101

Description: 客户机/服务器模型是为了解决通信中的聚合问题。如果不采用客户机/服务器模型很难实现正常的通信,只有在一方作为服务器采用被动方式,始终等待对方与其通信;另一方作为客户机采用主动通信的方式,主动发起通信过程,才能最终完成通信。-client/server model is to solve the communication problems polymerization. If we do not use the client/server model is very difficult to achieve normal communications, as one of only a passive server, which has been waiting for communication with the other side; The other client as an active communication, initiate the communication process can be finalized communications.
Platform: | Size: 16384 | Author: 问题 | Hits:

[Email Clientsmtp_java

Description: simple smtp client and server program
Platform: | Size: 9216 | Author: 王老无 | Hits:

[ICQ-IM-Chat基于JAVA的ICQ系统的设计于实现

Description: 服务器与客户间通过套接口Socket(TCP)连接。在java中使用套接口相当简单,Java API为处理套接口的通信提供了一个类java.net.Socket.,使得编写网络应用程序相对容易.服务器采用多线程以满足多用户的请求,通过JDBC与后台数据库连接,并通过创建一个ServerSocket对象来监听来自客户的连接请求,默认端口为8080。-server and client presentation by Socket Interface (TCP) connections. Java use in presentation interface is quite simple, Java API sets to address the communications interface provides a type java.net.Socket. , Making the preparation of network applications relatively easily. Multi-threaded servers to meet the multi-user request, through JDBC and background database connections, and through the creation of a ServerSocket object from the client to monitor the connection request, the default port of 8080.
Platform: | Size: 1710080 | Author: 陈玉平 | Hits:

[Ftp ServerTinyFtpServer

Description: 一个基于控制台应用的TinyFtpServer,tinyle发现网上有好多FTP Client客户端的源码,而没发现Server的,就心血来潮写了一个供大家参考,该Ftp Server只实现了有限的几个常用命令,进一步的应用要让大家去扩展,呵呵,记得扩展后以后不吝mail给我一份哦。该Ftp Server在Win自带FTP客户,Cute-Ftp 4.x下测试通过。include file:ftpserver.cpp,ftpserver.dspftpserver.dswoverlap.cpp,stdafx.hstdafx.c-a console-based applications TinyFtpServer, tinyle to find a lot of FTP Client client source code, but we did not find Server, it was an impulse for your reference, the Ftp Server only achieved a limited number of commands, the further application to let you expand, huh, The expanded recall hearing after a mail to me, oh. The Ftp Server Win own FTP client, Cute- Ftp 4.x under test. Include file : ftpserver.cpp, ftpserver.dspftpserver.dswoverlap.cpp, stdafx.hstdafx.c
Platform: | Size: 13312 | Author: 乐浩军 | Hits:

[Internet-NetworkServer&Client

Description: 简单的客户端服务器程序,java编写,功能十分简单-simple client-server process, the preparation of java, a very simple function
Platform: | Size: 5120 | Author: 晓军 | Hits:
« 1 2 3 4 5 6 7 89 10 11 12 13 ... 50 »

CodeBus www.codebus.net